-
Notifications
You must be signed in to change notification settings - Fork 7.4k
boards: quail: MikroBUS #89364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boards: quail: MikroBUS #89364
Conversation
Hello @Ole2mail, and thank you very much for your first pull request to the Zephyr project! |
@Ole2mail thanks for your contribution. Note that anonymous contributions are not allowed, you need to sign off your commits with your real name. Thanks! |
@Ole2mail thanks for signing the commit. You still have some CI issues though, please take a look. |
looking into this now |
6995141
to
13a5c04
Compare
seems like CI is not starting automatically, which makes uncertain what else is missing to fix for the CR/MR/PR. |
don't see any fixable error on CI test. seems like the one has been "cancelled". what next to do? |
6dfe3c4
to
f0b27a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some comments related to the documentation page - thank you!
69f532d
to
df3b842
Compare
if something has left unresolved yet? |
btw @Ole2mail please don't mark conversation as resolved and let reviewers come back to their suggestions without losing track of changes they have asked for :) https://docs.zephyrproject.org/latest/contribute/contributor_expectations.html#workflow-suggestions-that-help-reviewers |
seems like twister run has failed because of can be fixed temporarily by adding to the file
would you like me to push a separate CR/MR/PR disabling faulty test? |
@Ole2mail adding this file to the test should do the trick diff --git a/tests/drivers/flash/common/boards/mikroe_quail.overlay b/tests/drivers/flash/common/boards/mikroe_quail.overlay
new file mode 100644
index 00000000000..88e8957e5d5
--- /dev/null
+++ b/tests/drivers/flash/common/boards/mikroe_quail.overlay
@@ -0,0 +1,18 @@
+/*
+ * Copyright (c) 2025 STMicroelectronics
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
+&flash0 {
+ partitions {
+ compatible = "fixed-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ /* Set last blocks of the code flash as storage partition */
+ storage_partition: partition@1e0000 {
+ label = "storage";
+ reg = <0x1e000 DT_SIZE_K(8)>;
+ };
+ };
+}; |
The Quail board contains the following connections: | ||
|
||
- Four MikroBUS connectors | ||
- lined with 32 screw terminals and USB ports for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to
"""
- 32 screw terminals
- two USB ports, one for programming and one for external storage
"""
if something has left unresolved yet? |
boards: mikroe: Add quail board Signed-off-by: Oleg Kokorin <[email protected]>
|
Hi @Ole2mail! To celebrate this milestone and showcase your contribution, we'd love to award you the Zephyr Technical Contributor badge. If you're interested, please claim your badge by filling out this form: Claim Your Zephyr Badge. Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! 🪁 |
this introduces the four mikroBUS™ sockets hub
https://www.mikroe.com/quail